home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / CONVERTR / RTF2HTML / SRC / RTF2HTML.TAR / rtftohtml_src / Libs / ReleaseNotes / Changes-1.06a2 < prev    next >
Encoding:
Text File  |  1994-11-05  |  900 b   |  33 lines

  1. Changes for RTF distribution release 1.06a2
  2. -------------------------------------------
  3.  
  4. -----------------------------
  5. the RTF reader:
  6.  
  7. Fixed bug causing literal tabs to be returned improperly.
  8.  
  9. Minor support for NeXT graphic attributes.  Still no access to a NeXT,
  10. so this is still all guesswork.
  11.  
  12. Defined (in rtf.h) a typedef RTFFuncPtr which is a pointer to a function
  13. returning void.  It's used in connection with callbacks and read hooks
  14. for easier source reading (and typing).
  15.  
  16. RTFUngetToken() added; pushes the last token read back on the input stream.
  17.  
  18. RTFPeekToken() added.  Looks at (but does not gobble) next token.
  19.  
  20.  
  21. -----------------------------
  22. rtfdiag:
  23.  
  24. Fixed off-by-one error in argument processing loop.  Sheesh.
  25.  
  26. Understands how to deal with multiple file arguments now.
  27.  
  28.  
  29. -----------------------------
  30. rtf2troff:
  31.  
  32. Fixed off-by-one error in argument processing loop.  Sheesh again.
  33.